binary coded decimal
CLASS OF BINARY ENCODINGS OF DECIMAL NUMBERS WHERE EACH DECIMAL DIGIT IS REPRESENTED BY A FIXED NUMBER OF BITS, USUALLY FOUR OR EIGHT. SPECIAL BIT PATTERNS ARE SOMETIMES USED FOR A SIGN OR FOR OTHER INDICATIONS
Binary Coded Decimal; Binary coded decimal; Packed decimal; Binary-coded decimal notation; Binary-Coded Decimal; BCD code; Zoned decimal; Nbcd; NBCD; Bcd number; Packed BCD; Unpacked BCD; BCD4; Packed binary-coded decimal; Pseudo-tetrade; Pseudo tetrade; Pseudo-tetrades; Pseudo tetrades; Pseudo tetrad; Pseudo-tetrad; Pseudotetrad; Pseudotetrade; Pseudo tetrads; Pseudo-tetrads; Pseudotetrads; TBCD (computing); TBCD (telecommunications); Unpacked binary-coded decimal; Pseudo-decimal digit; Pseudo combination (computing); Pseudo decimal digit; Zoned BCD; Zoned binary-coded decimal; 8-4-2-1 code; 8-4-2-1 (code); 8-4-2-1 BCD; BCD 8-4-2-1; 8421 BCD; BCD 8421; 8-4-2-1 BCD code; BCD arithmetic; Natural BCD; 8 4 2 1 code; 8421 code; Pseudo-decimal; Pseudo-decimals; Pseudodecimals; Pseudodecimal; Pseudo decimals; Pseudo decimal; Conventional binary coded decimal; Conventional BCD; Conventional binary-coded decimal; Natural binary coded decimal; Natural binary-coded decimal; Excess-0; Excess-0 code; XS-0; XS-0 code; Compressed BCD; Compressed binary-coded decimal; Packed Decimal; 8421 BCD code; 8 4 2 1 BCD; 8 4 2 1 BCD code; Jump-at-8 code; Jump-at-8; Jump-at-2 code; Jump-at-2; White code; White BCD code; 4-2-2-1 BCD code; 4-2-2-1 code; 4221 BCD code; 4221 code; 4 2 2 1 BCD code; 4 2 2 1 code; 5421 code; 5421 BCD code; 5-4-2-1 code; 5-4-2-1 BCD code; 5 4 2 1 code; 5 4 2 1 BCD code; 5-2-2-1 BCD code; 5 2 2 1 code; 5-2-2-1 code; 5221 BCD code; 5 2 2 1 BCD code; 5221 code; 5311 code; 5311 BCD code; 5-3-1-1 code; 5-3-1-1 BCD code; 5 3 1 1 code; 5 3 1 1 BCD code; BCD notation; LARC code; LARC BCD code; LARC BCD; BCD LARC; UNIVAC LARC code; UNIVAC LARC BCD code; UNIVAC LARC BCD; Pure binary coded decimal; Pure binary-coded decimal; Natural Binary Coded Decimal; Pure Binary Coded Decimal; Pure BCD; Natural BCD code; Pure BCD code; XS-0 BCD; Excess-0 BCD; 7-4-2-1 BCD; Pseudo-pentade; Pseudo-pentades; Pseudo pentade; Pseudopentade; Pseudo pentades; Pseudopentades; Pseudodigit; Pseudo-digit; Pseudo digit; BCD integer; Ferranti code; Decimal-coded binary code; Decimal-coded binary; Decimal-coded Binary Code; 5-421 code; 5-421
<
data> (
BCD, packed decimal) A number representation where a
number is expressed as a sequence of decimal digits and then
each decimal digit is encoded as a four-bit binary number (a
nibble). E.g. decimal 92 would be encoded as the eight-bit
sequence 1001 0010.
In some cases, the right-most nibble contains the sign
(positive or negative).
It is easier to convert decimal numbers to and from
BCD than
binary and, though
BCD is often converted to binary for
arithmetic processing, it is possible to build
hardware that
operates directly on
BCD.
[
Do calculators use BCD?]
(2001-01-27)